// var TN_Widget = function() { var months = ["", "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]; return { newWindow : true, CreateEventRow : function(row, isAlt) { var t = row[4].split("/"); t[0] = months[t[0]]; t[2] = ", " + t[2]; return "

" + t[0] + " " + "" + t[1] + "" + t[2] + "

" + row[3].substring(0,3) + " " + row[5] + "

" + row[0] + "

" + row[1] + " - " + row[2] + "

" + this.btnText + "" + ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kwds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; var footerLink = "" + this.footerText + ""; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else if(document.querySelector(".tnpl_results_container") != null) { document.querySelector(".tnpl_results_container").innerHTML = "" + newTable.join('') + "" + footerLink + "
"; } else document.write("
" + newTable.join('') + "" + footerLink + "
"); } }; }(); //BPW-TNSERV-01A TN_Widget.AddCss('//s3.amazonaws.com/TNService/pl-widget/styles/tnpl-results-widget.css'); TN_Widget.CreateTable([['iHeartRadio Country Festival: Jason Aldean, Jelly Roll, Old Dominion, Lady A & Riley Green','Moody Center ATX','Austin, TX','Saturday','5/4/2024','7:00 PM','6215606','iHeartRadio-Country-Festival--Jason-Aldean--Jelly-Roll--Old-Dominion--Lady-A---Riley-Green-5-4-2024'],['Welcome to Rockville: Motley Crue, Limp Bizkit, Foo Fighters & Slipknot - 4 Day Pass','Daytona International Speedway','Daytona Beach, FL','Thursday','5/9/2024','TBD','5855881','Welcome-to-Rockville--Motley-Crue--Limp-Bizkit--Foo-Fighters---Slipknot---4-Day-Pass-5-9-2024'],['Welcome To Rockville: Limp Bizkit, Falling In Reverse, Jelly Roll & Tech N9ne - Friday','Daytona International Speedway','Daytona Beach, FL','Friday','5/10/2024','12:00 PM','5855883','Welcome-To-Rockville--Limp-Bizkit--Falling-In-Reverse--Jelly-Roll---Tech-N9ne---Friday-5-10-2024'],['Jelly Roll','Billy Bobs','Fort Worth, TX','Tuesday','5/14/2024','9:00 PM','6408620','Jelly-Roll-5-14-2024'],['Opry NextStage: Jelly Roll, Anne Wilson, Chase Matthew, Flatland Cavalry & Wyatt Flores','Lava Cantina The Colony','The Colony, TX','Wednesday','5/15/2024','2:30 PM','6341876','Opry-NextStage--Jelly-Roll--Anne-Wilson--Chase-Matthew--Flatland-Cavalry---Wyatt-Flores-5-15-2024'],['Gulf Coast Jam: Morgan Wallen, Jelly Roll & Cody Johnson - 4 Day Pass','Frank Brown Park','Panama City Beach, FL','Thursday','5/30/2024','TBD','5745612','Gulf-Coast-Jam--Morgan-Wallen--Jelly-Roll---Cody-Johnson---4-Day-Pass-5-30-2024'],['Grand Ole Opry: Jelly Roll, Alexandra Kay, Craig Morgan & Warren Zeiders','Grand Ole Opry House','Nashville, TN','Wednesday','6/5/2024','7:00 PM','6316261','Grand-Ole-Opry--Jelly-Roll--Alexandra-Kay--Craig-Morgan---Warren-Zeiders-6-5-2024'],['Grand Ole Opry: Jelly Roll, Alexandra Kay, Craig Morgan & Warren Zeiders','Grand Ole Opry House','Nashville, TN','Wednesday','6/5/2024','9:30 PM','6389548','Grand-Ole-Opry--Jelly-Roll--Alexandra-Kay--Craig-Morgan---Warren-Zeiders-6-5-2024'],['Tailgate N Tallboys Music Festival: Jelly Roll, Bailey Zimmerman & Shinedown - 3 Day Pass','Clinton Riverfront','Clinton, IA','Thursday','6/6/2024','TBD','5983302','Tailgate-N-Tallboys-Music-Festival--Jelly-Roll--Bailey-Zimmerman---Shinedown---3-Day-Pass-6-6-2024'],['Tailgate N Tallboys Music Festival: Jelly Roll - Thursday (Time: TBD)','Clinton Riverfront','Clinton, IA','Thursday','6/6/2024','12:00 PM','5983305','Tailgate-N-Tallboys-Music-Festival--Jelly-Roll---Thursday--Time--TBD--6-6-2024']],'"Jelly Roll"','https://www.ticketnetwork.com');